SetLowLevelSpeed

Sets the playback speed of low-level mouse actions. During playback, ow-level actions, which are recorded when QA Wizard Pro does not recognize a control, can run at the recording speed or maximum speed (no delay between steps).

For example, you can run low-level actions at the maximum speed if the script has several mouse move statements and the playback speed set for other actions is too slow to perform the low-level actions.

Note: This statement overrides the default low-level action playback speed set in the Options dialog box. See Setting playback options.

Syntax

SetLowLevelSpeed(Speed)

Arguments

Argument Description
Speed Playback speed in milliseconds. Use defaultspeed to run low-level actions at the recording speed or maximumspeed to run actions at the maximum speed.

Example

SetLowLevelSpeed(maximumspeed)